Index

api/v1/jobs/{jobno}/comments

Path: api/v1/jobs/{jobno}/comments

This API is JSON:API compliant.

This endpoint supports the following methods:
GET POST PATCH

The resource type for this endpoint is JobComment
The identifier is jobno-lineid

The JobComment resource type attributes are as follows:

{
"include":boolean
"status":string (read-only)
"comment":string
"modifyInit":string (read-only)
The modification date and time of the comment in ISO date time format. Timezone is the timezone of the Jim2 server.
"modifyDate":string (read-only)
}